home *** CD-ROM | disk | FTP | other *** search
/ Gigantic Games 2 / Gigantic Games 2.iso / pc / new / new_1 / arachnid / maxonc++.config < prev    next >
Text File  |  1994-12-23  |  999b  |  27 lines

  1. ; Config File for Maxon C++ environment
  2. Ed    = "Edward:Edward"    ; Editor's filename
  3. Autosave = 1    ; Save before running?
  4. Icon = 0    ; Create Icons?
  5. Lang = D    ; "D"eutsch or "E"nglish
  6. Prot = 0,"prt:"    ; Protocoll file
  7. Arg = "Testargument1 2 3 4"    ; simulated argv[] arguments
  8. Window = 20,40,600,330    ; Compiler and runtime window: X,Y,Width,Height
  9. Stack =50    ; Runtime stack
  10. Incl = "RAM:Include", "MCPP:Include"    ; Path(s) for includes
  11. Work = 500    ; Compiler workspace/kBytes
  12. Mode = 0    ; 1 for C++, 0 for ANSI C
  13. Break = 0    ; Set breakpoints?
  14. Mult = 0    ; Use library mult/div?
  15. MDB = 0    ; Create Maxon Debugger file?
  16. Symb = 0    ; Create debug symbol hunk?
  17. Asm = 0    ; Write assembly source?
  18. AsmSrc = 0    ; C source in asm file?
  19. Opt = 1    ; Optimize?
  20. Warn = "NFREVPTC"    ; Warnings set to "on"
  21. Data = L    ; "S"mall or "L"arge data
  22. Libs = "RAM:Lib", "MCPP:Lib"    ; Library path(s)
  23. CallAsm = "asm () -c cl"    ; Default ".asm" call
  24. AutoExe = 1    ; Create exe file?
  25. AutoObj = 1    ; Create Object file?
  26. Hunks = 50    ; max. size for combined hunks
  27.